home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
DATACH.CST
/
00053_Script_glowroll
< prev
next >
Wrap
Text File
|
1999-03-07
|
732b
|
25 lines
property thePopLoc, popSprite, popName, mySprite, faraway, fieldObj
on new me
set mySprite = the spriteNum of me
-- puppetSprite mySprite, true
return me
end
--on mouseUp
-- global togglestate
-- set the member of sprite mysprite to "arrowglow"
-- set the member of sprite popsprite - 1 to "imperial1"
-- set the member of sprite popsprite - 2 to "metric2"
-- set togglestate = 0
-- set compair = the text of member "disPlane"
-- MainSpecs
-- if the number of chars in compair > 2 then
-- DisSpecs compair
-- end if
--end
on mouseEnter
set the member of sprite mysprite to "arrowglow.hlt"
end mouseEnter
on mouseLeave
set the member of sprite mysprite to "arrowglow"
end mouseLeave